Skip to content

Commit

Permalink
format toml properly
Browse files Browse the repository at this point in the history
  • Loading branch information
harryjmoss committed Jan 25, 2024
1 parent 4c78d6f commit f9e9206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"pandas == 1.5.1",
"pyodbc == 4.0.35",
"psycopg2-binary == 2.9.5",
"pydantic >=1.10.2"<2.0,
"pydantic >=1.10.2<2.0",
"SQLAlchemy == 1.4.41",
"sqlmodel == 0.0.8",
"uvicorn[standard] == 0.18.3",
Expand Down

0 comments on commit f9e9206

Please sign in to comment.