Skip to content
This repository was archived by the owner on Aug 14, 2026. It is now read-only.

Commit e58b747

Browse files
committed
Bumped version
1 parent 027cd89 commit e58b747

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "uv"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v1.1.1 (2026-08-08)
2+
3+
### What's Changed
4+
5+
* Bumped maximal httpx version from 0.28.0 to 1.
6+
* Added dependabot
7+
18
## v1.1.0 (2025-10-28)
29

310
### What's Changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "integrify-core"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Integrify API inteqrasiyalarını rahatlaşdıran bünovrə (core) kitabxanadır."
99
authors = [{ name = "mmzeynalli", email = "miradil.zeynalli@gmail.com" }]
1010
requires-python = ">=3.9"
@@ -35,7 +35,10 @@ classifiers = [
3535
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
3636
"Topic :: Internet :: WWW/HTTP",
3737
]
38-
dependencies = ["pydantic>=2.11.10,<3", "httpx>=0.27.2,<0.28"]
38+
dependencies = [
39+
"pydantic>=2.11.10,<3",
40+
"httpx>=0.27.2,<1",
41+
]
3942

4043
[project.urls]
4144
Homepage = "https://integrify.mmzeynalli.dev/"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)