Skip to content

Commit

Permalink
[RELEASE] v1.2.1 (#1401)
Browse files Browse the repository at this point in the history
* adding pydantic version

* Changing version
  • Loading branch information
KennethSkylight authored Mar 1, 2024
1 parent 51da0ed commit 94defb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion containers/orchestration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
typing_extensions>=4.8.0
pydantic
pydantic==1.10.9
fastapi>=0.109.1
phdi @ git+https://github.com/CDCgov/phdi@main
uvicorn
Expand Down
2 changes: 1 addition & 1 deletion phdi/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2"
__version__ = "1.2.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "phdi"
version = "v1.2"
version = "v1.2.1"
description = "Public health data infrastructure Building Blocks is a library to help public health departments work with their data"
authors = [
"Kenneth Chow <[email protected]>",
Expand Down

0 comments on commit 94defb7

Please sign in to comment.