Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = [
"pandas>=2.3.2",
"pwdlib[argon2,bcrypt]>=0.2.1", # Argon2id primary + bcrypt verifier fallback (Wave 5b Task 11)
"pydantic>=2.13.0",
"pydantic-settings>=2.10.1",
"pydantic-settings>=2.14.2",
"pyjwt>=2.10.1",
"python-dotenv>=1.1.1",
"python-multipart>=0.0.27",
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ pydantic==2.13.4
# pydantic-settings
pydantic-core==2.46.4
# via pydantic
pydantic-settings==2.14.1
pydantic-settings==2.14.2
# via hnf1b-api (pyproject.toml)
pyjwt==2.13.0
# via hnf1b-api (pyproject.toml)
Expand Down
8 changes: 4 additions & 4 deletions backend/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading