Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
polyaxon-ci committed Jun 11, 2024
1 parent 07fcdb0 commit b863dbc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions haupt/requirements/fs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
adlfs==2024.4.0
fsspec==2024.3.1
gcsfs==2024.3.1
s3fs==2024.3.1
adlfs==2024.4.1
fsspec==2024.5.0
gcsfs==2024.5.0
s3fs==2024.5.0
8 changes: 4 additions & 4 deletions haupt/requirements/platform.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
celery==5.3.4
psycopg==3.1.12
psycopg-binary==3.1.12
redis==5.0.1
celery==5.4.0
psycopg==3.1.19
psycopg-binary==3.1.19
redis==5.0.4
2 changes: 1 addition & 1 deletion haupt/requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
croniter==2.0.1
croniter==2.0.5
Django<5
djangorestframework==3.14.0
django-cors-headers==4.3.1
Expand Down
8 changes: 4 additions & 4 deletions haupt/requirements/streams.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
fsspec==2024.3.1
fsspec==2024.5.0

uvicorn[standard]==0.24.0
uvicorn[standard]==0.30.0
uvloop==0.19.0

aiofiles==23.2.1
kubernetes_asyncio>=28.2.1
nbconvert>=6.5.0
pandas<=2.1.3
pyarrow<14.1
pandas<=2.2.2
pyarrow<16.1
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_serialize_one(self):

assert set(data.keys()) == self.expected_keys
assert data.pop("uuid") == obj1.uuid.hex
assert data.pop("settings") == {"build": None}
assert data.pop("settings") == {}

for k, v in data.items():
assert getattr(obj1, k) == v
Expand Down

0 comments on commit b863dbc

Please sign in to comment.