Skip to content

Commit

Permalink
Update environment, including python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
servilla committed Oct 29, 2024
1 parent 8454d15 commit f4c9255
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion environment-min.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- beautifulsoup4
- snowballstemmer
- lxml
- python=3.11
- python=3.12
- httpx
- fastapi
- uvloop
Expand Down
22 changes: 11 additions & 11 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ dependencies:
- email-validator=2.2.0
- email_validator=2.2.0
- exceptiongroup=1.2.2
- fastapi=0.115.2
- fastapi=0.115.4
- fastapi-cli=0.0.5
- frozenlist=1.4.1
- frozenlist=1.5.0
- gunicorn=23.0.0
- h11=0.14.0
- h2=4.1.0
Expand All @@ -51,19 +51,19 @@ dependencies:
- libgomp=14.2.0
- libiconv=1.17
- libnsl=2.0.1
- libsqlite=3.46.1
- libsqlite=3.47.0
- libstdcxx=14.2.0
- libstdcxx-ng=14.2.0
- libuuid=2.38.1
- libuv=1.49.1
- libuv=1.49.2
- libxcrypt=4.4.36
- libxml2=2.12.7
- libxslt=1.1.39
- libzlib=1.3.1
- lxml=5.3.0
- markdown=3.6
- markdown-it-py=3.0.0
- markupsafe=3.0.1
- markupsafe=3.0.2
- mdurl=0.1.2
- multidict=6.1.0
- ncurses=6.5
Expand All @@ -78,21 +78,21 @@ dependencies:
- pygments=2.18.0
- pysocks=1.7.1
- pytest=8.3.3
- python=3.11.10
- python=3.12.7
- python-dotenv=1.0.1
- python-json-logger=2.0.7
- python-multipart=0.0.12
- python_abi=3.11
- python-multipart=0.0.16
- python_abi=3.12
- pyyaml=6.0.2
- readline=8.2
- requests=2.32.3
- rich=13.9.2
- rich=13.9.3
- setuptools=75.1.0
- shellingham=1.5.4
- sniffio=1.3.1
- snowballstemmer=2.2.0
- soupsieve=2.5
- starlette=0.40.0
- starlette=0.41.0
- tk=8.6.13
- tomli=2.0.2
- typer=0.12.5
Expand All @@ -110,7 +110,7 @@ dependencies:
- wheel=0.44.0
- xz=5.2.6
- yaml=0.2.5
- yarl=1.15.3
- yarl=1.16.0
- zipp=3.20.2
- zstandard=0.23.0
- zstd=1.5.6
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ daiquiri==3.0.0
dnspython==2.7.0
email_validator==2.2.0
exceptiongroup==1.2.2
fastapi==0.115.2
fastapi==0.115.4
fastapi-chameleon==0.1.12
fastapi-cli==0.0.5
frozenlist==1.4.1
frozenlist==1.5.0
gunicorn==23.0.0
h11==0.14.0
h2==4.1.0
Expand All @@ -37,7 +37,7 @@ Jinja2==3.1.4
lxml==5.3.0
Markdown==3.6
markdown-it-py==3.0.0
MarkupSafe==3.0.1
MarkupSafe==3.0.2
mdurl==0.1.2
multidict==6.1.0
packaging==24.1
Expand All @@ -52,16 +52,16 @@ PySocks==1.7.1
pytest==8.3.3
python-dotenv==1.0.1
python-json-logger==2.0.7
python-multipart==0.0.12
python-multipart==0.0.16
PyYAML==6.0.2
requests==2.32.3
rich==13.9.2
rich==13.9.3
setuptools==75.1.0
shellingham==1.5.4
sniffio==1.3.1
snowballstemmer==2.2.0
soupsieve==2.5
starlette==0.40.0
starlette==0.41.0
tomli==2.0.2
typer==0.12.5
typer-slim==0.12.5
Expand All @@ -72,6 +72,6 @@ uvloop==0.21.0
watchfiles==0.24.0
websockets==13.1
wheel==0.44.0
yarl==1.15.3
yarl==1.16.0
zipp==3.20.2
zstandard==0.23.0

0 comments on commit f4c9255

Please sign in to comment.