mirror of
https://github.com/langchain-ai/executive-ai-assistant.git
synced 2026-07-01 21:34:00 -04:00
Bump the minor-and-patch group across 1 directory with 5 updates
Bumps the minor-and-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [langgraph-checkpoint](https://github.com/langchain-ai/langgraph) | `4.0.0` | `4.0.1` | | [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.190.0` | `2.192.0` | | langchain-auth | `0.2.0` | `0.3.0` | | [langsmith](https://github.com/langchain-ai/langsmith-sdk) | `0.7.6` | `0.7.14` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.2.1` | `1.2.2` | Updates `langgraph-checkpoint` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/checkpoint==4.0.0...checkpoint==4.0.1) Updates `google-api-python-client` from 2.190.0 to 2.192.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.190.0...v2.192.0) Updates `langchain-auth` from 0.2.0 to 0.3.0 Updates `langsmith` from 0.7.6 to 0.7.14 - [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases) - [Commits](https://github.com/langchain-ai/langsmith-sdk/compare/v0.7.6...v0.7.14) Updates `python-dotenv` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: langgraph-checkpoint dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: google-api-python-client dependency-version: 2.192.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: langchain-auth dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: langsmith dependency-version: 0.7.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
Generated
+18
-17
@@ -560,14 +560,14 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"]
|
||||
|
||||
[[package]]
|
||||
name = "google-api-python-client"
|
||||
version = "2.190.0"
|
||||
version = "2.192.0"
|
||||
description = "Google API Client Library for Python"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "google_api_python_client-2.190.0-py3-none-any.whl", hash = "sha256:d9b5266758f96c39b8c21d9bbfeb4e58c14dbfba3c931f7c5a8d7fdcd292dd57"},
|
||||
{file = "google_api_python_client-2.190.0.tar.gz", hash = "sha256:5357f34552e3724d80d2604c8fa146766e0a9d6bb0afada886fafed9feafeef6"},
|
||||
{file = "google_api_python_client-2.192.0-py3-none-any.whl", hash = "sha256:63a57d4457cd97df1d63eb89c5fda03c5a50588dcbc32c0115dd1433c08f4b62"},
|
||||
{file = "google_api_python_client-2.192.0.tar.gz", hash = "sha256:d48cfa6078fadea788425481b007af33fe0ab6537b78f37da914fb6fc112eb27"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -1171,14 +1171,14 @@ pydantic = ">=2.7.4,<3.0.0"
|
||||
|
||||
[[package]]
|
||||
name = "langchain-auth"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
description = "LangChain Auth SDK for OAuth and tool authentication"
|
||||
optional = false
|
||||
python-versions = ">=3.9"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "langchain_auth-0.2.0-py3-none-any.whl", hash = "sha256:aca2dbe74edf288be5c6c6c96fef200a5b123e7a4f75520c90d9104820fdf3e0"},
|
||||
{file = "langchain_auth-0.2.0.tar.gz", hash = "sha256:741b0423aa2cc7bfba8cf3e27ea65f4febeb8b4282f45f9050e7356579a06670"},
|
||||
{file = "langchain_auth-0.3.0-py3-none-any.whl", hash = "sha256:97427d98ae6e1046b1fbdd7eb8eb2291bf03e296e469e8187b58961bdcad5642"},
|
||||
{file = "langchain_auth-0.3.0.tar.gz", hash = "sha256:6091d974fe1e7bf98d01e0df8a48e931b590590040e6e8e820aac496fab1f908"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -1296,14 +1296,14 @@ watchfiles = ">=0.13"
|
||||
|
||||
[[package]]
|
||||
name = "langgraph-checkpoint"
|
||||
version = "4.0.0"
|
||||
version = "4.0.1"
|
||||
description = "Library with base interfaces for LangGraph checkpoint savers."
|
||||
optional = false
|
||||
python-versions = ">=3.10"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "langgraph_checkpoint-4.0.0-py3-none-any.whl", hash = "sha256:3fa9b2635a7c5ac28b338f631abf6a030c3b508b7b9ce17c22611513b589c784"},
|
||||
{file = "langgraph_checkpoint-4.0.0.tar.gz", hash = "sha256:814d1bd050fac029476558d8e68d87bce9009a0262d04a2c14b918255954a624"},
|
||||
{file = "langgraph_checkpoint-4.0.1-py3-none-any.whl", hash = "sha256:e3adcd7a0e0166f3b48b8cf508ce0ea366e7420b5a73aa81289888727769b034"},
|
||||
{file = "langgraph_checkpoint-4.0.1.tar.gz", hash = "sha256:b433123735df11ade28829e40ce25b9be614930cd50245ff2af60629234befd9"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -1386,14 +1386,14 @@ orjson = ">=3.11.5"
|
||||
|
||||
[[package]]
|
||||
name = "langsmith"
|
||||
version = "0.7.6"
|
||||
version = "0.7.14"
|
||||
description = "Client library to connect to the LangSmith Observability and Evaluation Platform."
|
||||
optional = false
|
||||
python-versions = ">=3.10"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "langsmith-0.7.6-py3-none-any.whl", hash = "sha256:28d256584969db723b68189a7dbb065836572728ab4d9597ec5379fe0a1e1641"},
|
||||
{file = "langsmith-0.7.6.tar.gz", hash = "sha256:e8646f8429d3c1641c7bae3c01bfdc3dfa27625994b0ef4303714d6b06fe1ef9"},
|
||||
{file = "langsmith-0.7.14-py3-none-any.whl", hash = "sha256:754dcb474a3f3f83cfefbd9694b897bce2a1a0b412bf75e256f85a64206ddcb7"},
|
||||
{file = "langsmith-0.7.14.tar.gz", hash = "sha256:95606314a8dea0ea1ff3650da4cf0433737b14c4c296579c6b770b43cb5e0b37"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -1414,6 +1414,7 @@ langsmith-pyo3 = ["langsmith-pyo3 (>=0.1.0rc2)"]
|
||||
openai-agents = ["openai-agents (>=0.0.3)"]
|
||||
otel = ["opentelemetry-api (>=1.30.0)", "opentelemetry-exporter-otlp-proto-http (>=1.30.0)", "opentelemetry-sdk (>=1.30.0)"]
|
||||
pytest = ["pytest (>=7.0.0)", "rich (>=13.9.4)", "vcrpy (>=7.0.0)"]
|
||||
sandbox = ["websockets (>=15.0)"]
|
||||
vcr = ["vcrpy (>=7.0.0)"]
|
||||
|
||||
[[package]]
|
||||
@@ -2089,14 +2090,14 @@ six = ">=1.5"
|
||||
|
||||
[[package]]
|
||||
name = "python-dotenv"
|
||||
version = "1.2.1"
|
||||
version = "1.2.2"
|
||||
description = "Read key-value pairs from a .env file and set them as environment variables"
|
||||
optional = false
|
||||
python-versions = ">=3.9"
|
||||
python-versions = ">=3.10"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "python_dotenv-1.2.1-py3-none-any.whl", hash = "sha256:b81ee9561e9ca4004139c6cbba3a238c32b03e4894671e181b671e8cb8425d61"},
|
||||
{file = "python_dotenv-1.2.1.tar.gz", hash = "sha256:42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6"},
|
||||
{file = "python_dotenv-1.2.2-py3-none-any.whl", hash = "sha256:1d8214789a24de455a8b8bd8ae6fe3c6b69a5e3d64aa8a8e5d68e694bbcb285a"},
|
||||
{file = "python_dotenv-1.2.2.tar.gz", hash = "sha256:2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
@@ -3436,4 +3437,4 @@ cffi = ["cffi (>=1.11)"]
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = "^3.12"
|
||||
content-hash = "8a05681cc4ffd36dcc276bc00f8e7d5d142554c652a274593927da9ba88581e8"
|
||||
content-hash = "a1c064bef7de6018fb8e129ea48c63df392aaa908e2b9b8c562fe1b21e7191a5"
|
||||
|
||||
+5
-5
@@ -8,18 +8,18 @@ readme = "README.md"
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
langgraph = "^0.5.0"
|
||||
langgraph-checkpoint = "^4.0.0"
|
||||
langgraph-checkpoint = "^4.0.1"
|
||||
langchain = "^0.3.9"
|
||||
langchain-openai = "^0.2"
|
||||
langchain-anthropic = "^0.3"
|
||||
google-api-python-client = "^2.190.0"
|
||||
langchain-auth = "^0.2.0"
|
||||
google-api-python-client = "^2.192.0"
|
||||
langchain-auth = "^0.3.0"
|
||||
langgraph-sdk = "^0.3"
|
||||
langsmith = "^0.7.6"
|
||||
langsmith = "^0.7.14"
|
||||
pytz = "*"
|
||||
pyyaml = "*"
|
||||
python-dateutil = "^2.9.0.post0"
|
||||
python-dotenv = "^1.2.1"
|
||||
python-dotenv = "^1.2.2"
|
||||
langgraph-cli = {extras = ["inmem"], version = "^0.3.8"}
|
||||
langgraph-api = "^0.2.134"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user