New requirements file
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Guillem Borrell 2024-06-10 08:40:13 +02:00
parent 56ec151b70
commit 28ffb5c69d

View file

@ -15,7 +15,7 @@ aiosignal==1.3.1
# via aiohttp # via aiohttp
annotated-types==0.7.0 annotated-types==0.7.0
# via pydantic # via pydantic
anyio==4.3.0 anyio==4.4.0
# via # via
# httpx # httpx
# openai # openai
@ -23,9 +23,10 @@ anyio==4.3.0
# watchfiles # watchfiles
attrs==23.2.0 attrs==23.2.0
# via aiohttp # via aiohttp
authlib==1.3.1
botocore==1.34.106 botocore==1.34.106
# via aiobotocore # via aiobotocore
certifi==2024.2.2 certifi==2024.6.2
# via # via
# httpcore # httpcore
# httpx # httpx
@ -38,15 +39,17 @@ click==8.1.7
# via # via
# typer # typer
# uvicorn # uvicorn
cryptography==42.0.7 cryptography==42.0.8
# via pyjwt # via
dataclasses-json==0.6.6 # authlib
# pyjwt
dataclasses-json==0.6.7
# via langchain-community # via langchain-community
distro==1.9.0 distro==1.9.0
# via openai # via openai
dnspython==2.6.1 dnspython==2.6.1
# via email-validator # via email-validator
duckdb==0.10.3 duckdb==1.0.0
email-validator==2.1.1 email-validator==2.1.1
# via fastapi # via fastapi
fastapi==0.111.0 fastapi==0.111.0
@ -56,7 +59,7 @@ frozenlist==1.4.1
# via # via
# aiohttp # aiohttp
# aiosignal # aiosignal
fsspec==2024.5.0 fsspec==2024.6.0
# via s3fs # via s3fs
h11==0.14.0 h11==0.14.0
# via # via
@ -77,6 +80,7 @@ idna==3.7
# httpx # httpx
# requests # requests
# yarl # yarl
itsdangerous==2.2.0
jinja2==3.1.4 jinja2==3.1.4
# via fastapi # via fastapi
jmespath==1.0.1 jmespath==1.0.1
@ -85,17 +89,17 @@ jsonpatch==1.33
# via langchain-core # via langchain-core
jsonpointer==2.4 jsonpointer==2.4
# via jsonpatch # via jsonpatch
langchain==0.2.1 langchain==0.2.3
# via langchain-community # via langchain-community
langchain-community==0.2.1 langchain-community==0.2.4
langchain-core==0.2.1 langchain-core==0.2.5
# via # via
# langchain # langchain
# langchain-community # langchain-community
# langchain-text-splitters # langchain-text-splitters
langchain-text-splitters==0.2.0 langchain-text-splitters==0.2.1
# via langchain # via langchain
langsmith==0.1.63 langsmith==0.1.75
# via # via
# langchain # langchain
# langchain-community # langchain-community
@ -104,7 +108,7 @@ markdown-it-py==3.0.0
# via rich # via rich
markupsafe==2.1.5 markupsafe==2.1.5
# via jinja2 # via jinja2
marshmallow==3.21.2 marshmallow==3.21.3
# via dataclasses-json # via dataclasses-json
mdurl==0.1.2 mdurl==0.1.2
# via markdown-it-py # via markdown-it-py
@ -118,7 +122,7 @@ numpy==1.26.4
# via # via
# langchain # langchain
# langchain-community # langchain-community
openai==1.30.3 openai==1.33.0
orjson==3.10.3 orjson==3.10.3
# via # via
# fastapi # fastapi
@ -129,7 +133,7 @@ packaging==23.2
# marshmallow # marshmallow
pycparser==2.22 pycparser==2.22
# via cffi # via cffi
pydantic==2.7.1 pydantic==2.7.3
# via # via
# fastapi # fastapi
# langchain # langchain
@ -137,9 +141,9 @@ pydantic==2.7.1
# langsmith # langsmith
# openai # openai
# pydantic-settings # pydantic-settings
pydantic-core==2.18.2 pydantic-core==2.18.4
# via pydantic # via pydantic
pydantic-settings==2.2.1 pydantic-settings==2.3.1
pygments==2.18.0 pygments==2.18.0
# via rich # via rich
pyjwt==2.8.0 pyjwt==2.8.0
@ -157,14 +161,14 @@ pyyaml==6.0.1
# langchain-community # langchain-community
# langchain-core # langchain-core
# uvicorn # uvicorn
requests==2.32.2 requests==2.32.3
# via # via
# langchain # langchain
# langchain-community # langchain-community
# langsmith # langsmith
rich==13.7.1 rich==13.7.1
# via typer # via typer
s3fs==2024.5.0 s3fs==2024.6.0
shellingham==1.5.4 shellingham==1.5.4
# via typer # via typer
six==1.16.0 six==1.16.0
@ -189,7 +193,7 @@ tqdm==4.66.4
# via openai # via openai
typer==0.12.3 typer==0.12.3
# via fastapi-cli # via fastapi-cli
typing-extensions==4.12.0 typing-extensions==4.12.2
# via # via
# fastapi # fastapi
# openai # openai
@ -206,11 +210,11 @@ urllib3==2.2.1
# via # via
# botocore # botocore
# requests # requests
uvicorn==0.29.0 uvicorn==0.30.1
# via fastapi # via fastapi
uvloop==0.19.0 uvloop==0.19.0
# via uvicorn # via uvicorn
watchfiles==0.21.0 watchfiles==0.22.0
# via uvicorn # via uvicorn
websockets==12.0 websockets==12.0
# via uvicorn # via uvicorn