Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#330)
Browse files Browse the repository at this point in the history
Update `requirements.txt` (#329, #331)

Extend sleep time for CI job, since some dependencies have
moved to only `dev` extra in OTEAPI Core.

Ensure we don't yet use pydantic v2.


Co-authored-by: Casper Welzel Andersen <casper.w.andersen@sintef.no>
Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 2, 2023
1 parent efa037d commit 056ca58
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 25 deletions.
6 changes: 3 additions & 3 deletions .github/utils/direct_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aioredis>=2.0.1
fastapi>=0.103.1
fastapi>=0.103.2
fastapi-plugins>=0.12.0
hypercorn>=0.14.4
oteapi-core>=0.5.0
pydantic>=1.10.12
oteapi-core>=0.5.2
pydantic>=1.10.13,<2
urllib3<2 # Ensure allegrograph works as intended
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ jobs:
docker-compose -f docker-compose_dev.yml down
docker-compose -f .github/utils/docker-compose_ci_plugins.yml --verbose -- up &
.github/utils/wait_for_it.sh localhost:${{ env.PORT }} -t 120
# Sleep for longer, since it takes a while to install `oteapi-core`
# Sleep for longer, since it takes a while to install `oteapi-core[dev]`
# And the port will be available as soon as the CMD is reached in the Dockerfile.
sleep 60
sleep 90
curl -X "GET" -i "http://localhost:${{ env.PORT }}${{ env.OTEAPI_prefix }}/session"
env:
CONTAINER_PLUGIN_PATH: /special-plugin
Expand Down
28 changes: 8 additions & 20 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,23 @@ aiojobs==1.2.0
aioredis==2.0.1
amqp==5.1.1
anyio==3.7.1
ase==3.22.1
async-timeout==4.0.3
bcrypt==4.0.1
billiard==4.1.0
celery==5.3.4
certifi==2023.7.22
cffi==1.15.1
cffi==1.16.0
charset-normalizer==3.2.0
click==8.1.7
click-didyoumean==0.3.0
click-plugins==1.1.1
click-repl==0.3.0
contourpy==1.1.1
cryptography==41.0.3
cycler==0.11.0
cryptography==41.0.4
diskcache==5.6.3
et-xmlfile==1.1.0
exceptiongroup==1.1.3
fastapi==0.103.1
fastapi==0.103.2
fastapi-plugins==0.12.0
fonttools==4.42.1
future==0.18.3
h11==0.14.0
h2==4.1.0
Expand All @@ -32,30 +28,23 @@ hpack==4.0.0
hypercorn==0.14.4
hyperframe==6.0.1
idna==3.4
importlib-resources==6.0.1
iso8601==2.0.0
kiwisolver==1.4.5
kombu==5.3.2
matplotlib==3.8.0
numpy==1.26.0
openpyxl==3.1.2
oteapi-core==0.5.0
packaging==23.1
oteapi-core==0.5.2
paramiko==3.3.1
Pillow==10.0.1
priority==2.0.0
prompt-toolkit==3.0.39
psycopg==3.1.10
psycopg==3.1.12
pycparser==2.21
pydantic==1.10.12
pydantic==1.10.13
PyNaCl==1.5.0
pyparsing==3.1.1
pysftp==0.2.9
python-dateutil==2.8.2
python-json-logger==2.0.7
redis==5.0.0
redis==5.0.1
requests==2.31.0
scipy==1.11.2
six==1.16.0
sniffio==1.3.0
starlette==0.27.0
Expand All @@ -65,6 +54,5 @@ typing_extensions==4.8.0
tzdata==2023.3
urllib3==1.26.16
vine==5.0.0
wcwidth==0.2.6
wcwidth==0.2.7
wsproto==1.2.0
zipp==3.16.2

0 comments on commit 056ca58

Please sign in to comment.