diff --git a/poetry.lock b/poetry.lock index 3d8850a..2064088 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2447,18 +2447,18 @@ timezone = ["tzdata ; python_version >= \"3.9\" and platform_system == \"Windows [[package]] name = "pydantic-ai-slim" -version = "1.89.1" +version = "1.93.0" description = "Agent Framework / shim to use Pydantic with LLMs, slim package" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "pydantic_ai_slim-1.89.1-py3-none-any.whl", hash = "sha256:9e7d615a0a3e48993d067901e596e85708e9c8d1f6bef96c20c340385028d465"}, - {file = "pydantic_ai_slim-1.89.1.tar.gz", hash = "sha256:3ed967bff8dec992a907c1d1dabab2034a5f4aee75289de22e88b2ef9def8da6"}, + {file = "pydantic_ai_slim-1.93.0-py3-none-any.whl", hash = "sha256:6733e3f19c83f4121fb9fe42aee918bd8f402ce670a519ecc898f108378fadb7"}, + {file = "pydantic_ai_slim-1.93.0.tar.gz", hash = "sha256:977364ecd3b6a2201e25d917f4efe80895210e44e66cb6983e1fc0477c78910b"}, ] [package.dependencies] -anthropic = {version = ">=0.96.0", optional = true, markers = "extra == \"anthropic\""} +anthropic = {version = ">=0.97.0", optional = true, markers = "extra == \"anthropic\""} genai-prices = ">=0.0.48" google-genai = {version = ">=1.70.0", optional = true, markers = "extra == \"google\""} griffelib = ">=2.0" @@ -2467,20 +2467,20 @@ mistralai = {version = ">=2.0.0", optional = true, markers = "extra == \"mistral openai = {version = ">=2.29.0", optional = true, markers = "extra == \"openai\""} opentelemetry-api = ">=1.28.0" pydantic = ">=2.12" -pydantic-graph = "1.89.1" +pydantic-graph = "1.93.0" tiktoken = {version = ">=0.12.0", optional = true, markers = "extra == \"openai\""} typing-inspection = ">=0.4.0" [package.extras] a2a = ["fasta2a (>=0.4.1)"] ag-ui = ["ag-ui-protocol (>=0.1.10)", "starlette (>=0.45.3)"] -anthropic = ["anthropic (>=0.96.0)"] +anthropic = ["anthropic (>=0.97.0)"] bedrock = ["boto3 (>=1.42.63)"] cli = ["argcomplete (>=3.5.0)", "prompt-toolkit (>=3)", "pyperclip (>=1.9.0)", "pyyaml (>=6.0.2)", "rich (>=13)"] cohere = ["cohere (>=5.20.6) ; platform_system != \"Emscripten\""] dbos = ["dbos (>=2.10.0)"] duckduckgo = ["ddgs (>=9.0.0)"] -evals = ["pydantic-evals (==1.89.1)"] +evals = ["pydantic-evals (==1.93.0)"] exa = ["exa-py (>=2.0.0)"] fastmcp = ["fastmcp (>=3.2.4)"] google = ["google-genai (>=1.70.0)"] @@ -2644,14 +2644,14 @@ typing-extensions = ">=4.14.1" [[package]] name = "pydantic-graph" -version = "1.89.1" +version = "1.93.0" description = "Graph and state machine library" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "pydantic_graph-1.89.1-py3-none-any.whl", hash = "sha256:2ebce28573e81de9924c2ff68f90f949ccd96bbc2e8dc6cf4bb96208b34fbec0"}, - {file = "pydantic_graph-1.89.1.tar.gz", hash = "sha256:99b8ae10fd10400208ee469355969e2dc253a600c3f667a5e790874064846e85"}, + {file = "pydantic_graph-1.93.0-py3-none-any.whl", hash = "sha256:ef1b0dcd55a6b5a3544de53a9594216ee8f51ac26bf4be79f7ef310747be598a"}, + {file = "pydantic_graph-1.93.0.tar.gz", hash = "sha256:17effd900200aa7b72ec0509a79f36d3e161c2a6ef02dda6285a381e867ab195"}, ] [package.dependencies] @@ -4157,4 +4157,4 @@ mcp = ["fastmcp"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<4" -content-hash = "87fa57acbfdc3741484c8e7319aa6cbe2f9804e34f48e1c47f33ad6fad7b133c" +content-hash = "1ec9ede3437b8f26113c4dc19de7958d92a70692bce5afadfca098133a6054ad" diff --git a/pyproject.toml b/pyproject.toml index 8294550..600357c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ dependencies = [ "click>=8.3.3,<9.0.0", "pydantic>=2.13.3,<3.0.0", - "pydantic-ai-slim[anthropic,google,mistral,openai] (>=1.89.1,<2.0.0)", + "pydantic-ai-slim[anthropic,google,mistral,openai] (>=1.93.0,<2.0.0)", "python-gitlab>=5.1.0,<6.0.0", "rich>=13.9.4,<14.0.0", "pygithub>=2.9.1,<3.0.0",