Skip to content

Commit

Permalink
fix:(deps-dev): update sqlalchemy requirement
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 23c14a7 commit 416acad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"wandb>=0.12.7,<0.16.5",
"psutil>=5.9.1, <6.0.0",
"dill>=0.3.5,<0.3.9",
"SQLAlchemy>=1.4.40,<2.0.29",
"SQLAlchemy>=1.4.40,<2.0.30",
"pyodbc>=4.0.34, <=5.1.0",
"transformers>=4.22.0,<4.40.0",
]
Expand Down

0 comments on commit 416acad

Please sign in to comment.