We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Getting above error when deploying my fastapi based service. Here is my poetry files for your refference. I am using lastest version.
[tool.poetry.dependencies] python = "^3.13" fastapi = ">=0.101.1,<0.102.0" uvicorn = ">=0.23.2,<0.24.0" pydantic = ">=1.10.12,<1.11.0" aiokafka = "^0.12.0" faststream = "^0.5.34" fast-depends = "^2.4.12" typing-extensions = "4.12.2"
[tool.poetry.group.dev.dependencies] setuptools = "^75.6.0"
[build-system] requires = ["poetry-core", "setuptools", "wheel"] build-backend = "setuptools.build_meta"
The text was updated successfully, but these errors were encountered:
@Shanmukh-C seems like the problem is in otel-auto-instrumentation - what is the thing? I don't see it in your requirements
otel-auto-instrumentation
Sorry, something went wrong.
No branches or pull requests
Hello,
Getting above error when deploying my fastapi based service. Here is my poetry files for your refference. I am using lastest version.
[tool.poetry.dependencies]
python = "^3.13"
fastapi = ">=0.101.1,<0.102.0"
uvicorn = ">=0.23.2,<0.24.0"
pydantic = ">=1.10.12,<1.11.0"
aiokafka = "^0.12.0"
faststream = "^0.5.34"
fast-depends = "^2.4.12"
typing-extensions = "4.12.2"
[tool.poetry.group.dev.dependencies]
setuptools = "^75.6.0"
[build-system]
requires = ["poetry-core", "setuptools", "wheel"]
build-backend = "setuptools.build_meta"
The text was updated successfully, but these errors were encountered: