linkedin icon indicating copy to clipboard operation
linkedin copied to clipboard

Linkedin Scraper using Selenium Web Driver, Chromium headless, Docker and Scrapy

Results 233 linkedin issues
Sort by recently updated
recently updated
newest added

This PR pins [langchain](https://pypi.org/project/langchain) to the latest release **0.0.307**. Changelog ### 0.0.307 ``` What's Changed * Small changes to runnable docs by nfcampos in https://github.com/langchain-ai/langchain/pull/11293 * Create new RunnableSerializable base...

This PR pins [langchain](https://pypi.org/project/langchain) to the latest release **0.0.306**. Changelog ### 0.0.306 ``` What's Changed * Using langchain input types by eyurtsev in https://github.com/langchain-ai/langchain/pull/11204 * Make tests stricter, remove old...

This PR pins [langchain](https://pypi.org/project/langchain) to the latest release **0.0.305**. Changelog ### 0.0.305 ``` What's Changed * Support using async callback handlers with sync callback manager by nfcampos in https://github.com/langchain-ai/langchain/pull/10945 *...

This PR pins [langchain](https://pypi.org/project/langchain) to the latest release **0.0.304**. Changelog ### 0.0.304 ``` What's Changed * Fixing some spelling mistakes by ShorthillsAI in https://github.com/langchain-ai/langchain/pull/10881 * Support extra tools argument for...

This PR pins [langchain](https://pypi.org/project/langchain) to the latest release **0.0.303**. Changelog ### 0.0.303 ``` What's Changed * fix multiple chains lcel how to by baskaryan in https://github.com/langchain-ai/langchain/pull/11074 * 📖 docs: fixed...

This PR pins [openai](https://pypi.org/project/openai) to the latest release **0.28.1**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/openai - Repo: https://github.com/openai/openai-python

This PR pins [langchain](https://pypi.org/project/langchain) to the latest release **0.0.302**. Changelog ### 0.0.302 ``` What's Changed * Batching for hf_pipeline by tjaffri in https://github.com/langchain-ai/langchain/pull/10795 * Update Serializable to use classmethods by...

This PR pins [pytest](https://pypi.org/project/pytest) to the latest release **7.4.2**. Changelog ### 7.4.2 ``` ========================= Bug Fixes --------- - `11237 <https://github.com/pytest-dev/pytest/issues/11237>`_: Fix doctest collection of `functools.cached_property` objects. - `11306 <https://github.com/pytest-dev/pytest/issues/11306>`_: Fixed...

This PR pins [pytest](https://pypi.org/project/pytest) to the latest release **7.4.1**. Changelog ### 7.4.1 ``` ========================= Bug Fixes --------- - `10337 <https://github.com/pytest-dev/pytest/issues/10337>`_: Fixed bug where fake intermediate modules generated by ``--import-mode=importlib`` would...

This PR pins [openai](https://pypi.org/project/openai) to the latest release **1.24.0**. Changelog ### 1.24.0 ``` Full Changelog: [v1.23.6...v1.24.0](https://github.com/openai/openai-python/compare/v1.23.6...v1.24.0) Features * **api:** add required tool_choice ([1382](https://github.com/openai/openai-python/issues/1382)) ([c558f65](https://github.com/openai/openai-python/commit/c558f651df39f61425cd4109318f78ed94cbf163)) Chores * **client:** log response headers...