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

Bump the python-requirements group across 1 directory with 21 updates #1851

Merged
merged 2 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/backend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ async def ask(auth_claims: Dict[str, Any]):

class JSONEncoder(json.JSONEncoder):
def default(self, o):
if dataclasses.is_dataclass(o):
if dataclasses.is_dataclass(o) and not isinstance(o, type):
return dataclasses.asdict(o)
return super().default(o)

Expand Down
34 changes: 17 additions & 17 deletions app/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ azure-monitor-opentelemetry-exporter==1.0.0b27
# via azure-monitor-opentelemetry
azure-search-documents==11.6.0b1
# via -r requirements.in
azure-storage-blob==12.20.0
azure-storage-blob==12.21.0
# via
# -r requirements.in
# azure-storage-file-datalake
azure-storage-file-datalake==12.15.0
azure-storage-file-datalake==12.16.0
# via -r requirements.in
beautifulsoup4==4.12.3
# via -r requirements.in
Expand All @@ -79,7 +79,7 @@ click==8.1.7
# flask
# quart
# uvicorn
cryptography==42.0.8
cryptography==43.0.0
# via
# -r requirements.in
# azure-identity
Expand Down Expand Up @@ -166,22 +166,22 @@ microsoft-kiota-authentication-azure==1.0.0
# via
# msgraph-core
# msgraph-sdk
microsoft-kiota-http==1.3.1
microsoft-kiota-http==1.3.2
# via
# msgraph-core
# msgraph-sdk
microsoft-kiota-serialization-json==1.2.0
# via msgraph-sdk
microsoft-kiota-serialization-text==1.0.0
# via msgraph-sdk
msal==1.29.0
msal==1.30.0
# via
# -r requirements.in
# azure-identity
# msal-extensions
msal-extensions==1.2.0
# via azure-identity
msgraph-core==1.1.0
msgraph-core==1.1.2
# via msgraph-sdk
msgraph-sdk==1.1.0
# via -r requirements.in
Expand All @@ -191,11 +191,11 @@ multidict==6.0.5
# via
# aiohttp
# yarl
numpy==2.0.0
numpy==2.0.1
# via -r requirements.in
oauthlib==3.2.2
# via requests-oauthlib
openai==1.35.7
openai==1.37.0
# via
# -r requirements.in
# openai-messages-token-helper
Expand Down Expand Up @@ -255,7 +255,7 @@ opentelemetry-instrumentation-flask==0.46b0
# via azure-monitor-opentelemetry
opentelemetry-instrumentation-httpx==0.46b0
# via -r requirements.in
opentelemetry-instrumentation-openai==0.23.0
opentelemetry-instrumentation-openai==0.25.5
# via -r requirements.in
opentelemetry-instrumentation-psycopg2==0.46b0
# via azure-monitor-opentelemetry
Expand Down Expand Up @@ -296,7 +296,7 @@ opentelemetry-semantic-conventions==0.46b0
# opentelemetry-instrumentation-urllib3
# opentelemetry-instrumentation-wsgi
# opentelemetry-sdk
opentelemetry-semantic-conventions-ai==0.3.1
opentelemetry-semantic-conventions-ai==0.3.4
# via opentelemetry-instrumentation-openai
opentelemetry-util-http==0.46b0
# via
Expand All @@ -318,7 +318,7 @@ pillow==10.4.0
# via
# -r requirements.in
# openai-messages-token-helper
portalocker==2.10.0
portalocker==2.10.1
# via msal-extensions
priority==2.0.0
# via hypercorn
Expand All @@ -330,9 +330,9 @@ pyasn1==0.6.0
# rsa
pycparser==2.22
# via cffi
pydantic==2.8.0
pydantic==2.8.2
# via openai
pydantic-core==2.20.0
pydantic-core==2.20.1
# via pydantic
pyjwt[crypto]==2.8.0
# via
Expand All @@ -342,7 +342,7 @@ pymupdf==1.24.7
# via -r requirements.in
pymupdfb==1.24.6
# via pymupdf
pypdf==4.2.0
pypdf==4.3.1
# via -r requirements.in
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -383,9 +383,9 @@ sniffio==1.3.1
# openai
soupsieve==2.5
# via beautifulsoup4
std-uritemplate==1.0.2
std-uritemplate==1.0.3
# via microsoft-kiota-abstractions
tenacity==8.4.2
tenacity==8.5.0
# via -r requirements.in
tiktoken==0.7.0
# via
Expand Down Expand Up @@ -421,7 +421,7 @@ tzdata==2024.1
# via pendulum
urllib3==2.2.2
# via requests
uvicorn==0.30.1
uvicorn==0.30.3
# via -r requirements.in
werkzeug==3.0.3
# via
Expand Down