mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.44.0 to 1.45.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.44.0...1.45.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
43 lines
973 B
TOML
43 lines
973 B
TOML
[tool.ruff]
|
|
lint.ignore = ["E501", "E712"]
|
|
|
|
[tool.poetry]
|
|
authors = ["Badr B. (swve)"]
|
|
description = "Learnhouse Backend"
|
|
name = "learnhouse-api"
|
|
package-mode = false
|
|
readme = "README.md"
|
|
version = "0.1.0"
|
|
|
|
[tool.poetry.dependencies]
|
|
boto3 = "^1.34.79"
|
|
botocore = "^1.34.79"
|
|
chromadb = "^0.4.22"
|
|
faker = "^24.8.0"
|
|
fastapi = "^0.110.1"
|
|
fastapi-jwt-auth = "^0.5.0"
|
|
httpx = "^0.27.0"
|
|
langchain = "0.1.7"
|
|
langchain-community = "^0.0.20"
|
|
langchain-openai = "^0.0.6"
|
|
openai = "^1.17.0"
|
|
passlib = "^1.7.4"
|
|
psycopg2-binary = "^2.9.9"
|
|
pydantic = {version = ">=1.8.0,<2.0.0", extras = ["email"]}
|
|
pytest = "^8.1.1"
|
|
python = "^3.12"
|
|
python-dotenv = "^1.0.0"
|
|
python-jose = "^3.3.0"
|
|
python-multipart = "^0.0.9"
|
|
pyyaml = "^6.0.1"
|
|
redis = "^5.0.1"
|
|
requests = "^2.31.0"
|
|
resend = "^0.8.0"
|
|
sentry-sdk = {extras = ["fastapi"], version = "^1.45.0"}
|
|
sqlmodel = "^0.0.16"
|
|
tiktoken = "^0.6.0"
|
|
uvicorn = "0.29.0"
|
|
|
|
[build-system]
|
|
build-backend = "poetry.core.masonry.api"
|
|
requires = ["poetry-core"]
|