Skip to content

Commit

Permalink
Pinning versions
Browse files Browse the repository at this point in the history
  • Loading branch information
moonraker595 committed Nov 14, 2024
1 parent fea46be commit 30163a4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 deletions.
22 changes: 10 additions & 12 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Production dependencies
pydantic
pydantic-settings
fastapi
uvicorn
prometheus_client
requests
PyJWT
cryptography
opensearch-py
pydantic==2.9.2
pydantic-settings==2.6.1
fastapi[all]==0.115.5
prometheus_client==0.21.0
requests==2.32.3
PyJWT==2.9.0
cryptography==43.0.3
opensearch-py==2.7.1

pytest
pytest-env
httpx
pytest==8.3.3
pytest-env==1.1.5
17 changes: 8 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Production dependencies
pydantic
pydantic-settings
fastapi
uvicorn
prometheus_client
requests
PyJWT
cryptography
opensearch-py
pydantic==2.9.2
pydantic-settings==2.6.1
fastapi[all]==0.115.5
prometheus_client==0.21.0
requests==2.32.3
PyJWT==2.9.0
cryptography==43.0.3
opensearch-py==2.7.1

0 comments on commit 30163a4

Please sign in to comment.