Skip to content

Commit

Permalink
Set fastapi version
Browse files Browse the repository at this point in the history
  • Loading branch information
susuhahnml committed Nov 17, 2023
1 parent 1c11269 commit 0e08cf8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requirements:
- clorm>=1.4.1
- clingo-dl
- httpx==0.20.0
- fastapi
- fastapi==0.103.0
- pydantic
- networkx
- uvicorn
Expand Down
2 changes: 1 addition & 1 deletion .github/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ conda:
- clorm>=1.4.1
- clingo-dl
- httpx==0.20.0
- fastapi
- fastapi==0.103.0
- pydantic
- networkx
- uvicorn
Expand Down
2 changes: 1 addition & 1 deletion .github/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ clingo>=5.6.0
clorm>=1.4.1
clingo-dl
httpx==0.20.0
fastapi
fastapi==0.103.0
pydantic
networkx
uvicorn
Expand Down
3 changes: 1 addition & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ clingo>=5.5.0
clorm>=1.3.6
tk
httpx
fastapi
fastapi==0.103.0
typing
pydantic
networkx
Expand All @@ -12,5 +12,4 @@ sphinx>=4.5.0
sphinx-rtd-theme==0.5.2
nbsphinx>=0.8.8
jinja2>=3.0.3
fastapi
clingo-dl
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install_requires =
clorm>=1.4.1
clingo-dl
httpx==0.20.0
fastapi
fastapi==0.103.0
pydantic
networkx
uvicorn
Expand Down

0 comments on commit 0e08cf8

Please sign in to comment.