We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python:3.12
1 parent ab55d3e commit 26967b9Copy full SHA for 26967b9
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "fastapi-utilities"
3
-version = "0.1.3"
+version = "0.1.3.1"
4
description = "Reusable utilities for FastAPI"
5
authors = ["Priyanshu Panwar <[email protected]>"]
6
readme = "README.md"
@@ -13,6 +13,7 @@ classifiers = [
13
"Programming Language :: Python :: 3.9",
14
"Programming Language :: Python :: 3.10",
15
"Programming Language :: Python :: 3.11",
16
+ "Programming Language :: Python :: 3.12",
17
"License :: OSI Approved :: MIT License",
18
"Operating System :: OS Independent",
19
"Development Status :: 3 - Alpha",
0 commit comments