diff --git a/poetry.lock b/poetry.lock index b1b9359..df039f6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -362,14 +362,14 @@ files = [ [[package]] name = "azure-core" -version = "1.37.0" +version = "1.38.0" description = "Microsoft Azure Core Library for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "azure_core-1.37.0-py3-none-any.whl", hash = "sha256:b3abe2c59e7d6bb18b38c275a5029ff80f98990e7c90a5e646249a56630fcc19"}, - {file = "azure_core-1.37.0.tar.gz", hash = "sha256:7064f2c11e4b97f340e8e8c6d923b822978be3016e46b7bc4aa4b337cfb48aee"}, + {file = "azure_core-1.38.0-py3-none-any.whl", hash = "sha256:ab0c9b2cd71fecb1842d52c965c95285d3cfb38902f6766e4a471f1cd8905335"}, + {file = "azure_core-1.38.0.tar.gz", hash = "sha256:8194d2682245a3e4e3151a667c686464c3786fed7918b394d035bdcd61bb5993"}, ] [package.dependencies] @@ -3915,7 +3915,7 @@ version = "2.6.3" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.9" -groups = ["main", "dev"] +groups = ["main"] files = [ {file = "urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4"}, {file = "urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"}, @@ -4193,4 +4193,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "=3.12.9" -content-hash = "4a746c2085dc2d0b66ce4224950f62af276821bcad5f15196d75a4801f7e6f4a" +content-hash = "ee12b94fc2d6ab678bb3498efeea4e50cec6ad93576f1d2ac0886d6a522d8066" diff --git a/pyproject.toml b/pyproject.toml index 0286090..87a40ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ python-dotenv = "^1.2.1" tenacity = "^9.1.2" pyyaml = "^6.0.3" azure-ai-inference = "^1.0.0b6" -azure-core = "^1.37.0" +azure-core = "^1.38.0" asyncio = "^4.0.0" aiohttp = "^3.13.3" jsonlines = "^4.0.0"