Skip to content

Commit 1d23bed

Browse files
fix: Remove Python version constraint for UV
Co-Authored-By: Aaron <AJ> Steers <aj@airbyte.io>
1 parent 0a42859 commit 1d23bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ sqlalchemy = ">=1.4.51,!=2.0.36,<3.0"
5050
sqlalchemy-bigquery = { version = "1.12.0", python = "<3.13" }
5151
typing-extensions = "*"
5252
uuid7 = "^0.1.0"
53-
uv = { version = "^0.1.45", python = "<3.12" }
53+
uv = { version = "^0.1.45" }
5454

5555
[tool.poetry.group.dev.dependencies]
5656
coverage = "^7.5.1"

0 commit comments

Comments
 (0)