File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22boto3==1.25.0
33minio==7.1.12
44numpy==1.23.4
5- pandas==1.5.1
5+ pandas==2.2.3
66psycopg2-binary==2.9.9
77SQLAlchemy==1.4.42
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ exceptiongroup==1.2.2
2626 # via anyio
2727fastapi==0.115.2
2828 # via -r mini-requirements.in
29+ greenlet==3.1.1
30+ # via sqlalchemy
2931h11==0.14.0
3032 # via uvicorn
3133idna==3.10
@@ -42,7 +44,7 @@ numpy==1.23.4
4244 # via
4345 # -r common-requirements.in
4446 # pandas
45- pandas==1.5.1
47+ pandas==2.2.3
4648 # via -r common-requirements.in
4749psycopg2-binary==2.9.9
4850 # via -r common-requirements.in
@@ -77,6 +79,8 @@ typing-extensions==4.12.2
7779 # pydantic
7880 # pydantic-core
7981 # starlette
82+ tzdata==2024.2
83+ # via pandas
8084urllib3==1.26.20
8185 # via
8286 # botocore
You can’t perform that action at this time.
0 commit comments