Skip to content

Commit 727eb33

Browse files
committed
chore: upgrade packages
1 parent 6b3a5a1 commit 727eb33

2 files changed

Lines changed: 2172 additions & 1978 deletions

File tree

backend/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"psycopg[binary]<4.0.0,>=3.1.13",
1212
"pydantic-settings<3.0.0,>=2.2.1",
1313
"sentry-sdk[fastapi]>=2.0.0",
14-
"climate-ref[aft-providers,postgres]>=0.6.3",
14+
"climate-ref[aft-providers,postgres]>=0.12.0",
1515
"loguru",
1616
"pyyaml>=6.0",
1717
"fastapi-sqlalchemy-monitor>=1.1.3",
@@ -24,15 +24,15 @@ dev = [
2424
"ruff>=0.12.0",
2525
"pre-commit>=4.0",
2626
"coverage>=7.4.3",
27-
"climate-ref-example",
27+
# "climate-ref-example",
2828
"pandas-stubs>=2.3.2.250827",
2929
"types-pyyaml>=6.0.12.20250915",
3030
]
3131

3232
[tool.uv.sources]
3333
# Temporary pin for testing
34-
climate-ref = { git = "https://github.com/Climate-REF/climate-ref", subdirectory = "packages/climate-ref", tag="v0.7.0" }
35-
climate-ref-example = { git = "https://github.com/Climate-REF/climate-ref", subdirectory = "packages/climate-ref-example", tag="v0.7.0" }
34+
# climate-ref = { git = "https://github.com/Climate-REF/climate-ref", subdirectory = "packages/climate-ref", tag="v0.7.0" }
35+
# climate-ref-example = { git = "https://github.com/Climate-REF/climate-ref", subdirectory = "packages/climate-ref-example", tag="v0.7.0" }
3636
# Uncomment the following line to use a local version of climate-ref
3737
#climate-ref = { path = "../../climate-ref/packages/climate-ref", editable = true }
3838

0 commit comments

Comments
 (0)