Skip to content

Commit

Permalink
Merge pull request #181 from Azure/ipam-pydantic-v2
Browse files Browse the repository at this point in the history
Pydantic v2 + Bug Fixes
  • Loading branch information
DCMattyG authored Oct 8, 2023
2 parents b4dd183 + bd4e30e commit 9225057
Show file tree
Hide file tree
Showing 28 changed files with 5,079 additions and 1,075 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.env
.VSCodeCounter
.eslintcache
NOTES.md
TODO.md
/logs
4 changes: 2 additions & 2 deletions engine/app/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from fastapi import FastAPI, Request, HTTPException, Header
from fastapi import FastAPI, Request, HTTPException
from fastapi.responses import JSONResponse, FileResponse
from fastapi.staticfiles import StaticFiles
from fastapi.exceptions import HTTPException as StarletteHTTPException
Expand Down Expand Up @@ -46,7 +46,7 @@
app = FastAPI(
title = "Azure IPAM",
description = description,
version = "2.0.0",
version = "2.1.0",
contact = {
"name": "Azure IPAM Team",
"url": "https://github.com/azure/ipam",
Expand Down
Loading

0 comments on commit 9225057

Please sign in to comment.