From cedc7c2e5d77e4e998910e0a00a4b995361403eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 23:43:56 +0000 Subject: [PATCH] Bump the prod-deps group across 1 directory with 5 updates Bumps the prod-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pip](https://github.com/pypa/pip) | `24.3.1` | `25.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.5` | `2.10.6` | | [starlette](https://github.com/encode/starlette) | `0.41.3` | `0.45.3` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.7` | `0.115.8` | | [together](https://github.com/togethercomputer/together-python) | `1.3.11` | `1.3.14` | Updates `pip` from 24.3.1 to 25.0 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.3.1...25.0) Updates `pydantic` from 2.10.5 to 2.10.6 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.5...v2.10.6) Updates `starlette` from 0.41.3 to 0.45.3 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.41.3...0.45.3) Updates `fastapi` from 0.115.7 to 0.115.8 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.7...0.115.8) Updates `together` from 1.3.11 to 1.3.14 - [Release notes](https://github.com/togethercomputer/together-python/releases) - [Commits](https://github.com/togethercomputer/together-python/compare/v1.3.11...v1.3.14) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: together dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] --- poetry.lock | 40 ++++++++++++++++++++-------------------- pyproject.toml | 4 ++-- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6852c85e..5417cfaa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -859,13 +859,13 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.115.7" +version = "0.115.8" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" files = [ - {file = "fastapi-0.115.7-py3-none-any.whl", hash = "sha256:eb6a8c8bf7f26009e8147111ff15b5177a0e19bb4a45bc3486ab14804539d21e"}, - {file = "fastapi-0.115.7.tar.gz", hash = "sha256:0f106da6c01d88a6786b3248fb4d7a940d071f6f488488898ad5d354b25ed015"}, + {file = "fastapi-0.115.8-py3-none-any.whl", hash = "sha256:753a96dd7e036b34eeef8babdfcfe3f28ff79648f86551eb36bfc1b0bf4a8cbf"}, + {file = "fastapi-0.115.8.tar.gz", hash = "sha256:0ce9111231720190473e222cdf0f07f7206ad7e53ea02beb1d2dc36e2f0741e9"}, ] [package.dependencies] @@ -2895,13 +2895,13 @@ xmp = ["defusedxml"] [[package]] name = "pip" -version = "24.3.1" +version = "25.0" description = "The PyPA recommended tool for installing Python packages." optional = false python-versions = ">=3.8" files = [ - {file = "pip-24.3.1-py3-none-any.whl", hash = "sha256:3790624780082365f47549d032f3770eeb2b1e8bd1f7b2e02dace1afa361b4ed"}, - {file = "pip-24.3.1.tar.gz", hash = "sha256:ebcb60557f2aefabc2e0f918751cd24ea0d56d8ec5445fe1807f1d2109660b99"}, + {file = "pip-25.0-py3-none-any.whl", hash = "sha256:b6eb97a803356a52b2dd4bb73ba9e65b2ba16caa6bcb25a7497350a4e5859b65"}, + {file = "pip-25.0.tar.gz", hash = "sha256:8e0a97f7b4c47ae4a494560da84775e9e2f671d415d8d828e052efefb206b30b"}, ] [[package]] @@ -3194,13 +3194,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.5" +version = "2.10.6" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.5-py3-none-any.whl", hash = "sha256:4dd4e322dbe55472cb7ca7e73f4b63574eecccf2835ffa2af9021ce113c83c53"}, - {file = "pydantic-2.10.5.tar.gz", hash = "sha256:278b38dbbaec562011d659ee05f63346951b3a248a6f3642e1bc68894ea2b4ff"}, + {file = "pydantic-2.10.6-py3-none-any.whl", hash = "sha256:427d664bf0b8a2b34ff5dd0f5a18df00591adcee7198fbd71981054cef37b584"}, + {file = "pydantic-2.10.6.tar.gz", hash = "sha256:ca5daa827cce33de7a42be142548b0096bf05a7e7b365aebfa5f8eeec7128236"}, ] [package.dependencies] @@ -3935,20 +3935,20 @@ files = [ [[package]] name = "starlette" -version = "0.41.3" +version = "0.45.3" description = "The little ASGI library that shines." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "starlette-0.41.3-py3-none-any.whl", hash = "sha256:44cedb2b7c77a9de33a8b74b2b90e9f50d11fcf25d8270ea525ad71a25374ff7"}, - {file = "starlette-0.41.3.tar.gz", hash = "sha256:0e4ab3d16522a255be6b28260b938eae2482f98ce5cc934cb08dce8dc3ba5835"}, + {file = "starlette-0.45.3-py3-none-any.whl", hash = "sha256:dfb6d332576f136ec740296c7e8bb8c8a7125044e7c6da30744718880cdd059d"}, + {file = "starlette-0.45.3.tar.gz", hash = "sha256:2cbcba2a75806f8a41c722141486f37c28e30a0921c5f6fe4346cb0dcee1302f"}, ] [package.dependencies] -anyio = ">=3.4.0,<5" +anyio = ">=3.6.2,<5" [package.extras] -full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7)", "pyyaml"] +full = ["httpx (>=0.27.0,<0.29.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.18)", "pyyaml"] [[package]] name = "statsmodels" @@ -4071,13 +4071,13 @@ files = [ [[package]] name = "together" -version = "1.3.11" +version = "1.3.14" description = "Python client for Together's Cloud Platform!" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "together-1.3.11-py3-none-any.whl", hash = "sha256:ee86638656a6659df8af9ffe456c15bb0169672a2a149cb3f6e8bedb68d803f2"}, - {file = "together-1.3.11.tar.gz", hash = "sha256:67330355d23c489ff88ff917c205be8ecdd3183306b1027fbcfbb099c0ec53fa"}, + {file = "together-1.3.14-py3-none-any.whl", hash = "sha256:da3ca1247072878728b7fba69c23a7852cc32d4eec89d14c79505c0a97b9ae1c"}, + {file = "together-1.3.14.tar.gz", hash = "sha256:9ce173fd11253dfa1a34dfcd48f77be7ed82ac643b07d96157f0f65356b9c76d"}, ] [package.dependencies] @@ -4638,4 +4638,4 @@ vertexai = ["modelgauge_vertexai"] [metadata] lock-version = "2.0" python-versions = ">=3.10,!=3.12.5,<3.13" -content-hash = "9fd768508c1e5229f970c1f23a7e1daf5e36235d0218fcaf2ee5224dbac59f2c" +content-hash = "54862aa4a74634ae61a6e2d264fcd283001c7f272516515c22d8efce75153f58" diff --git a/pyproject.toml b/pyproject.toml index 1befcfd7..a92d0304 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ jq = "^1.6.0" click = "^8.1.7" casefy = "^1.0.0" termcolor = "^2.4.0" -pip = "^24.0" +pip = ">=24,<26" jinja2 = "^3.1.3" scipy = "^1.12.0" retry = "^0.9.2" @@ -72,7 +72,7 @@ typing-extensions = "^4.10.0" tenacity = "^9.0.0" jsonlines = "^4.0.0" diskcache = "^5.6.3" -starlette = ">=0.41,<0.42" +starlette = ">=0.41,<0.46" fastapi = "^0.115.0" together = "^1.2.3" modelgauge_anthropic = {version = "*", optional = true}