Skip to content

Commit 2bae536

Browse files
authored
Merge pull request #22 from Flagsmith/release/v2.1.1
Release/v2.1.1
2 parents eac0b64 + f6b757c commit 2bae536

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ click==8.0.3
1818
# via uvicorn
1919
fastapi==0.79.0
2020
# via -r requirements.in
21-
flagsmith-flag-engine==1.5.0
21+
flagsmith-flag-engine==2.1.1
2222
# via -r requirements.in
2323
greenlet==1.1.2
2424
# via sqlalchemy
@@ -42,6 +42,8 @@ python-dotenv==0.19.2
4242
# via -r requirements.in
4343
requests==2.28.1
4444
# via -r requirements.in
45+
semver==2.13.0
46+
# via flagsmith-flag-engine
4547
sniffio==1.2.0
4648
# via anyio
4749
sqlalchemy==1.4.39

src/schemas.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ class Meta:
1818
exclude = (
1919
"multivariate_feature_state_values",
2020
"featurestate_uuid",
21+
"feature_segment",
22+
"django_id",
2123
)
2224

2325
def serialize_feature_state_value(self, instance: FeatureStateModel) -> typing.Any:

0 commit comments

Comments
 (0)