Skip to content

Commit

Permalink
Merge pull request #166 from bento-platform/fix/service-info/import
Browse files Browse the repository at this point in the history
fix: move pydantic_settings to common dependencies
  • Loading branch information
davidlougheed authored Dec 6, 2023
2 parents 2d7a430 + b8580d3 commit f34332d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bento_lib/package.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = bento_lib
version = 11.0.0
version = 11.0.1
authors = David Lougheed, Paul Pillot
author_emails = [email protected], [email protected]
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ httpx==0.25.2
Hypercorn==0.15.0
hyperframe==6.0.1
idna==3.6
importlib-metadata==6.8.0
importlib-metadata==7.0.0
iniconfig==2.0.0
itsdangerous==2.1.2
Jinja2==3.1.2
jsonschema==4.20.0
jsonschema-specifications==2023.11.1
jsonschema-specifications==2023.11.2
MarkupSafe==2.1.3
mccabe==0.7.0
more-itertools==10.1.0
Expand All @@ -67,18 +67,18 @@ pyparsing==3.1.1
pyproject-api==1.6.1
pyrsistent==0.20.0
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-asyncio==0.23.2
pytest-cov==4.1.0
pytest-django==4.7.0
python-dateutil==2.8.2
python-dotenv==1.0.0
pytz==2023.3.post1
PyYAML==6.0.1
redis==5.0.1
referencing==0.31.0
referencing==0.31.1
requests==2.31.0
responses==0.24.1
rpds-py==0.13.1
rpds-py==0.13.2
six==1.16.0
sniffio==1.3.0
sqlparse==0.4.4
Expand All @@ -91,7 +91,7 @@ types-aiofiles==23.2.0.0
types-colorama==0.4.15.12
types-cryptography==3.3.23.2
types-jsonschema==4.20.0.0
types-psycopg2==2.9.21.18
types-psycopg2==2.9.21.19
types-pyOpenSSL==23.3.0.0
types-PyYAML==6.0.12.12
types-redis==4.6.0.11
Expand All @@ -100,9 +100,9 @@ types-toml==0.10.8.7
types-urllib3==1.26.25.14
typing_extensions==4.8.0
urllib3==2.1.0
virtualenv==20.24.7
virtualenv==20.25.0
wcwidth==0.2.12
Werkzeug==3.0.1
wsproto==1.2.0
yarl==1.9.3
yarl==1.9.4
zipp==3.17.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"jsonschema>=4.20.0,<5",
"psycopg2-binary>=2.9.9,<3.0",
"pydantic>=2.5.2,<3",
"pydantic_settings>=2.1.0,<3",
"redis>=5.0.1,<6",
"requests>=2.31.0,<3",
"Werkzeug>=2.2.3,<4",
Expand All @@ -28,7 +29,7 @@
"asyncpg": ["asyncpg>=0.29.0,<0.30.0"],
"flask": ["Flask>=2.2.5,<4"],
"django": ["Django>=4.2.7,<5", "djangorestframework>=3.14.0,<3.15"],
"fastapi": ["fastapi>=0.104,<0.105", "pydantic_settings>=2.1.0,<3"],
"fastapi": ["fastapi>=0.104,<0.105"],
},

author=config["package"]["authors"],
Expand Down

0 comments on commit f34332d

Please sign in to comment.