Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Requirements] Bump v3io-py and v3io-fs (#2555) #2593

Merged
merged 1 commit into from
Nov 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requests~=2.22
sqlalchemy~=1.3
# >=0.8.6 from kfp 1.6.0 (and still up until 1.8.10)
tabulate~=0.8.6
v3io~=0.5.18
v3io~=0.5.19
pydantic~=1.5
orjson~=3.3
# 1.6.0 introduced some bug and we were just about to release a version TODO: find the root cause for the problems
Expand All @@ -55,7 +55,7 @@ kubernetes~=12.0
humanfriendly~=8.2
fastapi~=0.78.0
fsspec~=2021.8.1
v3iofs~=0.1.14
v3iofs~=0.1.15
# 3.4 and above failed builidng in some images - see https://github.com/pyca/cryptography/issues/5771
cryptography~=3.0, <3.4
storey~=1.1.9
Expand Down