Skip to content

Commit

Permalink
Merge pull request #79 from CentreForDigitalHumanities/develop
Browse files Browse the repository at this point in the history
chore: bump version to 3.3
  • Loading branch information
tymees authored Nov 19, 2024
2 parents 7151c83 + 5f538b8 commit 2136ef5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
14 changes: 8 additions & 6 deletions agent/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[tool.poetry]
name = "humitifier"
version = "3.2.0"
version = "3.3.0"
description = "Tools and interfaces for displaying server resources"
authors = ["Donatas Rasiukevicius <[email protected]>"]

authors = [
"Donatas Rasiukevicius <[email protected]>",
]

[tool.poetry.dependencies]
python = "~3.11"
toml = "^0.10.2"
parallel-ssh = "^2.12.0"
rocketry = "^2.5.1"
pydantic = "<2.0.0" # Needed to keep compatibility with rocketry
pydantic = "<2.0.0"
asyncpg = "^0.29.0"
requests = "^2.32.3"


[tool.poetry.group.dev.dependencies]
mypy = "^1.1.1"
pytest = "^7.2.2"
Expand All @@ -28,5 +28,7 @@ hypothesis-auto = "^1.1.5"
line-length = 119

[build-system]
requires = ["poetry-core"]
requires = [
"poetry-core",
]
build-backend = "poetry.core.masonry.api"
14 changes: 10 additions & 4 deletions humitifier-server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[tool.black]
target-version = ["py313",]
target-version = [
"py313",
]

[tool.poetry]
name = "humitifier-server"
version = "3.2.0"
version = "3.3.0"
description = ""
authors = ["Mees, T.D. (Ty) <[email protected]>"]
authors = [
"Mees, T.D. (Ty) <[email protected]>",
]

[tool.poetry.dependencies]
python = "^3.11"
Expand Down Expand Up @@ -37,5 +41,7 @@ psycopg2 = "^2.9.10"
gunicorn = "^23.0.0"

[build-system]
requires = ["poetry-core"]
requires = [
"poetry-core",
]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion humitifier-server/src/humitifier_server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
SPECTACULAR_SETTINGS = {
"TITLE": "Humitifier API",
"DESCRIPTION": "API for Humitifier, the Hum-IT CMDB",
"VERSION": "3.2.0",
"VERSION": "3.3.0",
"SERVE_INCLUDE_SCHEMA": False,
# OAuth2
"OAUTH2_FLOWS": ["clientCredentials"],
Expand Down

0 comments on commit 2136ef5

Please sign in to comment.