Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2025

Bumps the langchain group with 10 updates:

Package From To
langchain 0.3.12 0.3.20
langchain-mistralai 0.2.3 0.2.8
langchain-google-vertexai 2.0.9 2.0.10
langchain-openai 0.2.11 0.3.8
langchain-anthropic 0.3.0 0.3.10
langchain-groq 0.2.1 0.2.5
langchain-aws 0.2.9 0.2.15
langchain-ollama 0.2.1 0.2.3
langchain-cohere 0.3.3 0.4.3
langchain-community 0.3.12 0.3.19

Updates langchain from 0.3.12 to 0.3.20

Release notes

Sourced from langchain's releases.

langchain==0.3.20

Changes since langchain==0.3.19

langchain[patch]: release 0.3.20 (#30101) core[patch]: Fix FileCallbackHandler name resolution, Fixes #29941 (#29942) langchain[patch]: delete erroneous lock file (#30007) langchain: make numpy optional (#29182) docs: Correct grammatical typos in various documentation files (#29983) langchain[patch]: remove aiohttp (#29991) langchain[patch]: remove explicit dependency on tenacity (#29990) langchain: update extended test (#29988) _wait_for_run calling fix for OpenAIAssistantRunnable (#29927) core[patch]: set version="v2" as default in astream_events (#29894)

langchain==0.3.19

Changes since langchain==0.3.18

langchain[patch]: release 0.3.19 (#29851) langchain[patch]: add xai to extras (#29850) langchain[patch]: init_chat_model xai support (#29849) all: Bump blockbuster version to 1.5.18 (#29806) multiple: fix uv path deps (#29790) feat(langchain): Infer o3 modelstrings passed to init_chat_model as OpenAI (#29743) feat: add support for IBM WatsonX AI chat models (#29688) langchain: support the situation when action_input is null in json output_parser (#29680) langchain: Use Blockbuster to detect blocking calls in asyncio during tests (#29616) docs: use init_chat_model (#29623)

langchain-community==0.3.19

Changes since langchain-community==0.3.18

community[patch]: release 0.3.19 (#30104) community[patch]: remove numpy cap for python < 3.12 (#30084) docs: Fix typo in code samples for max_tokens_for_prompt (#30088) Update ascend.py (#30060) Add asynchronous generate interface (#30001) Implementing the MMR algorithm for OLAP vector storage (#30033) community: PlaywrightURLLoader should wait for page load event before attempting to extract data (#30043) docs: fix tavily_search code-block format. (#30012) community[fix]: Handle None value in raw_content from Tavily API response (#30021) community: Add cost data for aws bedrock anthropic.claude-3-7 model (#30016) community: Update SQLiteVec table trigger (#29914) community: add title, score and raw_content to tavily search results (#29995) community: Repair embeddings/llamacpp's embed_query method (#29935) docs: updated ChatLiteLLM model_kwargs description (#29937) community/mlx_pipeline: fix crash at mlx call (#29915) partners: add langchain-vdms (#29857) Community: RankLLMRerank AttributeError (Handle list-based rerank results) (#29840) Separate deepale vector store (#29902) core: add sambanova chat models to load module mapping (#29855)

... (truncated)

Commits

Updates langchain-mistralai from 0.2.3 to 0.2.8

Release notes

Sourced from langchain-mistralai's releases.

langchain-mistralai==0.2.8

Changes since langchain-mistralai==0.2.7

mistralai[patch]: bump core (#30278) mistral: release 0.2.8 (#30275) mistral[patch]: set global ssl context (#30189) core[patch]: update structured output tracing (#30123) anthropic, mistral: return model_name in response metadata (#30048) mistral[patch]: support model_kwargs (#29838)

langchain-mistralai==0.2.7

Changes since langchain-mistralai==0.2.6

mistralai[patch]: release 0.2.7 (#29906) multiple: fix uv path deps (#29790) infra: add UV_FROZEN to makefiles (#29642) infra: migrate to uv (#29566) [MistralAI] Improve MistralAIEmbeddings (#29242)

langchain-mistralai==0.2.6

Changes since langchain-mistralai==0.2.5

partners/mistralai: release 0.2.6 (#29491) multiple: structured output tracing standard metadata (#29421)

langchain-mistralai==0.2.5

Changes since langchain-mistralai==0.2.4

mistral[patch]: release 0.2.5 (#29463) mistralai: support method="json_schema" in structured output (#29461) [Doc] Improve api doc (#29324) Revert "integrations[patch]: remove non-required chat param defaults" (#29048) integrations[patch]: remove non-required chat param defaults (#26730) partners: allow to set Prefix in AIMessage (for MistralAI) (#28846)

langchain-mistralai==0.2.4

Changes since langchain-mistralai==0.2.3

partners/mistralai: release 0.2.4 (#28803) json mode standard test (#25497) mistral[minor]: Added Retrying Mechanism in case of Request Rate Limit Error for MistralAIEmbeddings (#27818) partners/mistralai: Fix KeyError in Vertex AI stream (#28624) mistral: fix of issue #26029 (#28233)

Commits

Updates langchain-google-vertexai from 2.0.9 to 2.0.10

Release notes

Sourced from langchain-google-vertexai's releases.

libs/vertexai/v2.0.10

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain-google@libs/genai/v2.0.8...libs/vertexai/v2.0.10

libs/genai/v2.0.10

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain-google@libs/vertexai/v2.0.13...libs/genai/v2.0.10

Commits
  • 476bcc3 genai[patch]: release 2.0.10 (#743)
  • 008b9e9 genai: update standard tests library (#705)
  • 80257cd Ensure single instance of ImageBytesLoader in Embeddings (#737)
  • 6091071 docs: add temp_dataset_name to community.BigQueryVectorStore docs (#735)
  • 22a5e6a Ensure single instance of ImageBytesLoader in Vision Models (#736)
  • b341070 vertexai: add retry tracing with metadata in ChatAnthropicVertex (#728)
  • ef5932d Ensure a single instance of ImageBytesLoader throughout chat_models (#722)
  • a0027c8 genai: fix function_utils to parse object/array json schemas properly (#715)
  • 3915fc1 release 2.0.13 (#723)
  • d64bd7d vertexai: Add embeddings_task_type parameter to embed_query and `embed_do...
  • Additional commits viewable in compare view

Updates langchain-openai from 0.2.11 to 0.3.8

Release notes

Sourced from langchain-openai's releases.

langchain-openai==0.3.8

Changes since langchain-openai==0.3.7

openai[patch]: release 0.3.8 (#30164) core[patch]: update structured output tracing (#30123) core, openai, standard-tests: improve OpenAI compatibility with Anthropic content blocks (#30128) docs: Fix typo in code samples for max_tokens_for_prompt (#30088) openai[patch]: add unit test (#30022)

langchain-openai==0.3.7

Changes since langchain-openai==0.3.6

openai[patch]: release 0.3.7 (#29967) openai[patch]: set global ssl context (#29932) core, openai[patch]: support serialization of pydantic models in messages (#29940) openai[patch]: update system role to developer for o-series models (#29785) openai: Update reasoning_effort arg documentation (#29897) core: basemessage.text() (#29078)

langchain-openai==0.3.6

Changes since langchain-openai==0.3.5

openai[patch]: release 0.3.6 (#29824) openai[patch]: enable streaming for o1 (#29823) multiple: fix uv path deps (#29790) Fix #29759: Use local chunk_size_ for looping in embed_documents (#29761)

langchain-openai==0.3.5

Changes since langchain-openai==0.3.4

openai[patch]: release 0.3.5 (#29740) openai, deepseek: make _convert_chunk_to_generation_chunk an instance method (#29731) Community/Partner: Adding Azure community and partner user agent to better track usage in Python (#29561) openai[patch]: make parallel_tool_calls explicit kwarg of bind_tools (#29669) openai: Removed tool_calls from completion chunk after other chunks have already been sent. (#29649)

langchain-openai==0.3.4

Changes since langchain-openai==0.3.3

openai: release 0.3.4 (#29652) openai[patch]: add test for message.name (#29651) infra: add UV_FROZEN to makefiles (#29642) infra: migrate to uv (#29566)

langchain-openai==0.3.3

Changes since langchain-openai==0.3.2

partners/openai: release 0.3.3 (#29490) multiple: structured output tracing standard metadata (#29421)

... (truncated)

Commits

Updates langchain-anthropic from 0.3.0 to 0.3.10

Release notes

Sourced from langchain-anthropic's releases.

langchain-anthropic==0.3.10

Changes since langchain-anthropic==0.3.9

anthropic: release 0.3.10 (#30287) anthropic: support built-in tools, improve docs (#30274) core[patch]: update structured output tracing (#30123) anthropic[patch]: add PDF input example to API reference (#30156) core, openai, standard-tests: improve OpenAI compatibility with Anthropic content blocks (#30128)

langchain-anthropic==0.3.9

Changes since langchain-anthropic==0.3.8

anthropic[patch]: release 0.3.9 (#30103) anthropic[patch]: allow structured output when thinking is enabled (#30047) anthropic, mistral: return model_name in response metadata (#30048) docs: document anthropic features (#30030)

langchain-anthropic==0.3.8

Changes since langchain-anthropic==0.3.7

anthropic[patch]: release 0.3.8 (#29973) anthropic[patch]: support claude 3.7 sonnet (#29971) anthropic[patch]: update models for integration tests (#29938) core: basemessage.text() (#29078) multiple: fix uv path deps (#29790)

langchain-anthropic==0.3.7

Changes since langchain-anthropic==0.3.6

anthropic: release 0.3.7 (#29653) infra: add UV_FROZEN to makefiles (#29642) infra: migrate to uv (#29566)

langchain-anthropic==0.3.6

Changes since langchain-anthropic==0.3.5

anthropic[patch]: release 0.3.6 (#29606) anthropic[patch]: support citations in streaming (#29591)

langchain-anthropic==0.3.5

Changes since langchain-anthropic==0.3.4

partners/anthropic: release 0.3.5 (#29486) multiple: structured output tracing standard metadata (#29421)

langchain-anthropic==0.3.4

Changes since langchain-anthropic==0.3.3

anthropic[patch]: release 0.3.4 (#29399) anthropic[patch]: always return content blocks if citations are generated (#29398)

... (truncated)

Commits

Updates langchain-groq from 0.2.1 to 0.2.5

Release notes

Sourced from langchain-groq's releases.

langchain-groq==0.2.5

Changes since langchain-groq==0.2.4

groq[patch]: release 0.2.5 (#30168) groq[patch]: warn if model is not specified (#30161) core[patch]: update structured output tracing (#30123) core: basemessage.text() (#29078) groq[patch]: remove xfails (#29794) multiple: fix uv path deps (#29790) infra: add UV_FROZEN to makefiles (#29642) infra: migrate to uv (#29566)

langchain-groq==0.2.4

Changes since langchain-groq==0.2.3

partners/groq: release 0.2.4 (#29488) multiple: structured output tracing standard metadata (#29421) groq[patch]: update model used in test (#29441) docs: groq api key links (#29402)

langchain-groq==0.2.3

Changes since langchain-groq==0.2.2

partners/groq: release 0.2.3 (#29081) groq: user agent (#29079) Revert "integrations[patch]: remove non-required chat param defaults" (#29048) integrations[patch]: remove non-required chat param defaults (#26730) partners: fix default value for stop_sequences in ChatGroq (#28924)

langchain-groq==0.2.2

Changes since langchain-groq==0.2.1

partners/groq: release 0.2.2 (#28804) json mode standard test (#25497) multiple: fix xfailed signatures (#28597) groq,openai,mistralai: fix unit tests (#28279) multiple: push deprecation removals to 1.0 (#28236) standard-tests: rename langchain_standard_tests to langchain_tests, release 0.3.2 (#28203) multiple: langchain-standard-tests -> langchain-tests (#28139)

Commits

Updates langchain-aws from 0.2.9 to 0.2.15

Release notes

Sourced from langchain-aws's releases.

langchain-aws==0.2.15

What's Changed

Full Changelog: langchain-ai/langchain-aws@v0.2.14...langchain-aws==0.2.15

Commits
  • 8a8dac2 Bump langchain-aws to v0.2.15 (#387)
  • d76f12f Update monorepo README with information on checkpointer package (#386)
  • 70ef5cc Update tag and artifacts generation in release workflow (#385)
  • 06e2b4e aws[patch]: add extended thinking example to API ref (#384)
  • ac1adb2 Reorganize checkpointer integration tests directory (#383)
  • aaa9c4a aws[patch]: allow structured output when thinking is enabled for Claude 3.7 (...
  • cd6728a feat: add bedrock memory saver implementation (#378)
  • 434899a Bump langchain-aws to v0.2.14 (#377)
  • 15479df Initial commit of Amazon Q Business runnable for langchain (#301)
  • 217e468 Update Streaming Validator for AWS Bedrock Models (#355)
  • Additional commits viewable in compare view

Updates langchain-ollama from 0.2.1 to 0.2.3

Release notes

Sourced from langchain-ollama's releases.

langchain-ollama==0.2.3

Changes since langchain-ollama==0.2.2

partners/ollama: release 0.2.3 (#29489) multiple: structured output tracing standard metadata (#29421) [feat] Added backwards compatibility for OllamaEmbeddings initialization (migration from langchain_community.embeddings to langchain_ollama.embeddings (#29296)

langchain-ollama==0.2.2

Changes since langchain-ollama==0.2.1

partners/ollama: release 0.2.2 (#28802) json mode standard test (#25497) ollama[patch]: permit streaming for tool calls (#28654) ollama[patch]: support structured output (#28629)

Commits

Updates langchain-cohere from 0.3.3 to 0.4.3

Release notes

Sourced from langchain-cohere's releases.

libs/cohere/v0.4.3

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain-cohere@libs/cohere/v0.4.2...libs/cohere/v0.4.3

libs/cohere/v0.4.2

What's Changed

Full Changelog: langchain-ai/langchain-cohere@libs/cohere/v0.4.1...libs/cohere/v0.4.2

libs/cohere/v0.4.1

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain-cohere@libs/cohere/v0.3.5...libs/cohere/v0.4.1

libs/cohere/v0.3.5

What's Changed

Full Changelog: langchain-ai/langchain-cohere@libs/cohere/v0.3.4...libs/cohere/v0.3.5

libs/cohere/v0.3.4

What's Changed

Full Changelog: langchain-ai/langchain-cohere@libs/cohere/v0.3.3...libs/cohere/v0.3.4

Commits

Updates langchain-community from 0.3.12 to 0.3.19

Release notes

Sourced from langchain-community's releases.

langchain-community==0.3.19

Changes since langchain-community==0.3.18

community[patch]: release 0.3.19 (#30104) community[patch]: remove numpy cap for python < 3.12 (#30084) docs: Fix typo in code samples for max_tokens_for_prompt (#30088) Update ascend.py (#30060) Add asynchronous generate interface (#30001) Implementing the MMR algorithm for OLAP vector storage (#30033) community: PlaywrightURLLoader should wait for page load event before attempting to extract data (#30043) docs: fix tavily_search code-block format. (#30012) community[fix]: Handle None value in raw_content from Tavily API response (#30021) community: Add cost data for aws bedrock anthropic.claude-3-7 model (#30016) community: Update SQLiteVec table trigger (#29914) community: add title, score and raw_content to tavily search results (#29995) community: Repair embeddings/llamacpp's embed_query method (#29935) docs: updated ChatLiteLLM model_kwargs description (#29937) community/mlx_pipeline: fix crash at mlx call (#29915) partners: add langchain-vdms (#29857) Community: RankLLMRerank AttributeError (Handle list-based rerank results) (#29840) Separate deepale vector store (#29902) core: add sambanova chat models to load module mapping (#29855) community: Made some Jira fields optional for agent to work correctly (#29876) Handled a bug around empty query results differently (#29877) community: ConfluenceLoader: add a filter method for attachments (

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 18, 2025
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

@dependabot dependabot bot force-pushed the dependabot/pip/langchain-fba91d0a19 branch 3 times, most recently from 2a0fc1a to 7ad1c01 Compare March 25, 2025 05:18
@dependabot dependabot bot force-pushed the dependabot/pip/langchain-fba91d0a19 branch from 7ad1c01 to ca5b5f2 Compare April 3, 2025 05:17
@dependabot dependabot bot force-pushed the dependabot/pip/langchain-fba91d0a19 branch 2 times, most recently from 63ec5cc to cb12e9e Compare April 18, 2025 05:21
@dependabot dependabot bot force-pushed the dependabot/pip/langchain-fba91d0a19 branch 2 times, most recently from 2e60151 to 934c90b Compare April 28, 2025 05:50
@dependabot dependabot bot force-pushed the dependabot/pip/langchain-fba91d0a19 branch from 934c90b to 3765355 Compare May 7, 2025 05:41
@dependabot dependabot bot force-pushed the dependabot/pip/langchain-fba91d0a19 branch 2 times, most recently from f07ec21 to 3947d84 Compare May 21, 2025 05:36
@dependabot dependabot bot force-pushed the dependabot/pip/langchain-fba91d0a19 branch 4 times, most recently from a309048 to 516d18e Compare May 29, 2025 05:42
@dependabot dependabot bot force-pushed the dependabot/pip/langchain-fba91d0a19 branch 5 times, most recently from 6d57e72 to 8749aff Compare June 9, 2025 06:28
@dependabot dependabot bot force-pushed the dependabot/pip/langchain-fba91d0a19 branch 4 times, most recently from b279529 to 9507a12 Compare June 18, 2025 06:09
@dependabot dependabot bot force-pushed the dependabot/pip/langchain-fba91d0a19 branch 3 times, most recently from ac37bf0 to b740575 Compare June 25, 2025 05:53
@dependabot dependabot bot force-pushed the dependabot/pip/langchain-fba91d0a19 branch 4 times, most recently from b9d263d to 24a237f Compare July 3, 2025 06:03
@dependabot dependabot bot force-pushed the dependabot/pip/langchain-fba91d0a19 branch 4 times, most recently from 5c2a6d7 to 84a7db3 Compare July 10, 2025 05:41
@dependabot dependabot bot force-pushed the dependabot/pip/langchain-fba91d0a19 branch 5 times, most recently from eb4ccc7 to 5b789e0 Compare July 21, 2025 06:53
@dependabot dependabot bot force-pushed the dependabot/pip/langchain-fba91d0a19 branch 3 times, most recently from 0b17722 to 242e8c2 Compare July 28, 2025 07:34
@dependabot dependabot bot force-pushed the dependabot/pip/langchain-fba91d0a19 branch 2 times, most recently from c1ed193 to e6c84d4 Compare August 5, 2025 13:14
Bumps the langchain group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [langchain](https://github.com/langchain-ai/langchain) | `0.3.12` | `0.3.20` |
| [langchain-mistralai](https://github.com/langchain-ai/langchain) | `0.2.3` | `0.2.8` |
| [langchain-google-vertexai](https://github.com/langchain-ai/langchain-google) | `2.0.9` | `2.0.10` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `0.2.11` | `0.3.8` |
| [langchain-anthropic](https://github.com/langchain-ai/langchain) | `0.3.0` | `0.3.10` |
| [langchain-groq](https://github.com/langchain-ai/langchain) | `0.2.1` | `0.2.5` |
| [langchain-aws](https://github.com/langchain-ai/langchain-aws) | `0.2.9` | `0.2.15` |
| [langchain-ollama](https://github.com/langchain-ai/langchain) | `0.2.1` | `0.2.3` |
| [langchain-cohere](https://github.com/langchain-ai/langchain-cohere) | `0.3.3` | `0.4.3` |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.12` | `0.3.19` |


Updates `langchain` from 0.3.12 to 0.3.20
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==0.3.12...langchain==0.3.20)

Updates `langchain-mistralai` from 0.2.3 to 0.2.8
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-mistralai==0.2.3...langchain-mistralai==0.2.8)

Updates `langchain-google-vertexai` from 2.0.9 to 2.0.10
- [Release notes](https://github.com/langchain-ai/langchain-google/releases)
- [Commits](langchain-ai/langchain-google@libs/genai/v2.0.9...libs/genai/v2.0.10)

Updates `langchain-openai` from 0.2.11 to 0.3.8
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-openai==0.2.11...langchain-openai==0.3.8)

Updates `langchain-anthropic` from 0.3.0 to 0.3.10
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-anthropic==0.3.0...langchain-anthropic==0.3.10)

Updates `langchain-groq` from 0.2.1 to 0.2.5
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-groq==0.2.1...langchain-groq==0.2.5)

Updates `langchain-aws` from 0.2.9 to 0.2.15
- [Release notes](https://github.com/langchain-ai/langchain-aws/releases)
- [Commits](langchain-ai/langchain-aws@v0.2.9...langchain-aws==0.2.15)

Updates `langchain-ollama` from 0.2.1 to 0.2.3
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-ollama==0.2.1...langchain-ollama==0.2.3)

Updates `langchain-cohere` from 0.3.3 to 0.4.3
- [Release notes](https://github.com/langchain-ai/langchain-cohere/releases)
- [Commits](langchain-ai/langchain-cohere@libs/cohere/v0.3.3...libs/cohere/v0.4.3)

Updates `langchain-community` from 0.3.12 to 0.3.19
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-community==0.3.12...langchain-community==0.3.19)

---
updated-dependencies:
- dependency-name: langchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: langchain
- dependency-name: langchain-mistralai
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: langchain
- dependency-name: langchain-google-vertexai
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: langchain
- dependency-name: langchain-openai
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: langchain
- dependency-name: langchain-anthropic
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: langchain
- dependency-name: langchain-groq
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: langchain
- dependency-name: langchain-aws
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: langchain
- dependency-name: langchain-ollama
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: langchain
- dependency-name: langchain-cohere
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: langchain
- dependency-name: langchain-community
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: langchain
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/langchain-fba91d0a19 branch from e6c84d4 to d63dd9b Compare August 6, 2025 05:37
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 11, 2025
@dependabot dependabot bot deleted the dependabot/pip/langchain-fba91d0a19 branch August 11, 2025 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant