Skip to content

Commit 4270bb5

Browse files
authored
chore: add semver and cidr constraints via Ygg update (#393)
1 parent 27ad564 commit 4270bb5

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v6.7.0
2+
* (Minor): Support for CIDR, Semver GTE and LTE constraints
3+
14
## v6.6.0
25
* (Minor): Support for regex constraints
36

UnleashClient/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
REQUEST_TIMEOUT = 30
77
REQUEST_RETRIES = 3
88
METRIC_LAST_SENT_TIME = "mlst"
9-
CLIENT_SPEC_VERSION = "6.0.1"
9+
CLIENT_SPEC_VERSION = "6.1.0"
1010

1111
# =Unleash=
1212
APPLICATION_HEADERS = {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies=[
3131
"importlib_metadata",
3232
"python-dateutil",
3333
"semver < 4.0.0",
34-
"yggdrasil-engine >= 1.2.3",
34+
"yggdrasil-engine >= 1.3.0",
3535
"launchdarkly-eventsource",
3636
]
3737

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mmhash3
66
python-dateutil
77
requests
88
semver
9-
yggdrasil-engine>=1.2.3
9+
yggdrasil-engine>=1.3.0
1010
launchdarkly-eventsource
1111

1212
# Development packages

0 commit comments

Comments
 (0)