feat:
- Criado um serviço de llm (por enquanto está obtendo somente o gemini, necessita adicioanr suporte para entrada do usuário na pergunta) test: - Criado teste para conexão com o banco de dados oracle por meio da engine do sqlAlchemy
This commit is contained in:
58
requirements.txt
Normal file
58
requirements.txt
Normal file
@@ -0,0 +1,58 @@
|
||||
Package Version
|
||||
---------------------------- ---------
|
||||
annotated-types 0.7.0
|
||||
anyio 4.9.0
|
||||
cachetools 5.5.2
|
||||
certifi 2025.4.26
|
||||
cffi 1.17.1
|
||||
charset-normalizer 3.4.2
|
||||
cryptography 45.0.2
|
||||
dotenv 0.9.9
|
||||
filetype 1.2.0
|
||||
google-ai-generativelanguage 0.6.18
|
||||
google-api-core 2.24.2
|
||||
google-auth 2.40.2
|
||||
googleapis-common-protos 1.70.0
|
||||
greenlet 3.2.2
|
||||
grpcio 1.71.0
|
||||
grpcio-status 1.71.0
|
||||
h11 0.16.0
|
||||
httpcore 1.0.9
|
||||
httpx 0.28.1
|
||||
idna 3.10
|
||||
iniconfig 2.1.0
|
||||
jsonpatch 1.33
|
||||
jsonpointer 3.0.0
|
||||
langchain-core 0.3.60
|
||||
langchain-google-genai 2.1.4
|
||||
langgraph 0.4.5
|
||||
langgraph-checkpoint 2.0.26
|
||||
langgraph-prebuilt 0.1.8
|
||||
langgraph-sdk 0.1.69
|
||||
langsmith 0.3.42
|
||||
oracledb 3.1.1
|
||||
orjson 3.10.18
|
||||
ormsgpack 1.9.1
|
||||
packaging 24.2
|
||||
pluggy 1.6.0
|
||||
proto-plus 1.26.1
|
||||
protobuf 5.29.4
|
||||
pyasn1 0.6.1
|
||||
pyasn1-modules 0.4.2
|
||||
pycparser 2.22
|
||||
pydantic 2.11.4
|
||||
pydantic-core 2.33.2
|
||||
pytest 8.3.5
|
||||
python-dotenv 1.1.0
|
||||
pyyaml 6.0.2
|
||||
requests 2.32.3
|
||||
requests-toolbelt 1.0.0
|
||||
rsa 4.9.1
|
||||
sniffio 1.3.1
|
||||
sqlalchemy 2.0.41
|
||||
tenacity 9.1.2
|
||||
typing-extensions 4.13.2
|
||||
typing-inspection 0.4.1
|
||||
urllib3 2.4.0
|
||||
xxhash 3.5.0
|
||||
zstandard 0.23.0
|
||||
Reference in New Issue
Block a user