Skip to content

Commit ab73c48

Browse files
authored
chore: remove dependency upper bounds (#724)
1 parent 9e16979 commit ab73c48

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ local = [
5151
# "mostlyai-qa @ git+https://github.com/mostly-ai/mostlyai-qa.git@main", # for development
5252
"mostlyai-engine==2.5.0", # for release (PyPI)
5353
"mostlyai-qa==1.10.4", # for release (PyPI)
54-
"fastapi>=0.116.0,<0.125",
54+
"fastapi>=0.116.0",
5555
"uvicorn>=0.34.0",
5656
"python-multipart>=0.0.20",
5757
"torch>=2.9.0,<2.10.0",
@@ -77,7 +77,7 @@ local-gpu = [
7777
# "mostlyai-qa @ git+https://github.com/mostly-ai/mostlyai-qa.git@main", # for development
7878
"mostlyai-engine[gpu]==2.5.0", # for release (PyPI)
7979
"mostlyai-qa==1.10.4", # for release (PyPI)
80-
"fastapi>=0.116.0,<0.125",
80+
"fastapi>=0.116.0",
8181
"uvicorn>=0.34.0",
8282
"python-multipart>=0.0.20",
8383
"torch>=2.9.0,<2.10.0",
@@ -109,7 +109,7 @@ mysql = [
109109
"mysql-connector-python>=9.1.0,<10",
110110
]
111111
oracle = [
112-
"oracledb>=2.2.1,<3"
112+
"oracledb>=2.2.1"
113113
]
114114
postgres = [
115115
"psycopg2>=2.9.4,<3"
@@ -124,7 +124,7 @@ dev = [
124124
"ruff>=0.11", # sync'ed with .pre-commit-config
125125
"pre-commit>=4.0",
126126
"twine>=6.1",
127-
"ipykernel>=6.25,<7",
127+
"ipykernel>=6.25",
128128
"datamodel-code-generator[http]>=0.26.3",
129129
"respx>=0.20",
130130
"poetry-bumpversion>=0.3.2",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)