Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit c9f3eb7

Browse files
Jozef VolakJozefiel
Jozef Volak
authored andcommitted
[topology-discovery] Bump to pydantic v2
1 parent bef11c7 commit c9f3eb7

File tree

6 files changed

+835
-262
lines changed

6 files changed

+835
-262
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# 0.1.0
2+
- Changed default payload boolean value from True to False
3+
- Upgrade graphql-pydantic-converter to 1.0.0
4+
- Upgrade pydantic version to v2

topology-discovery/python/RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
| Docker Image Tag | Python Library Version |
44
|------------------|------------------------|
55
| 0.0.12 | 0.0.1 |
6+
| 1.0.0 | 0.1.0 |

topology-discovery/python/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
VIEWER: viewer-1,viewer-2,viewer-3
3434

3535
converter:
36-
image: frinx/graphql-pydantic-converter:0.1.3
36+
image: frinx/graphql-pydantic-converter:1.0.1
3737
depends_on:
3838
topology-discovery:
3939
condition: service_healthy

0 commit comments

Comments
 (0)