Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
osoucy committed Jul 23, 2023
1 parent a7c6691 commit 3984061
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ gcp = [
[project.urls]
"Homepage" = "https://github.com/opencubes-ai/settus"
"Bug Tracker" = "https://github.com/opencubes-ai/settus/issues"

[tool.setuptools.dynamic]
version = {attr = "settus.__version__"}
5 changes: 0 additions & 5 deletions settus/basesettings.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
import pydantic
print("pydantic version in venv", pydantic.__version__)
import pydantic_settings
print("pydantic settings version in venv", pydantic_settings.__version__)

from pydantic_settings import BaseSettings as _BaseSettings


Expand Down

0 comments on commit 3984061

Please sign in to comment.